In mac:
authorAndrew Choi <akochoi@shaw.ca>
Mon, 1 Jul 2002 20:02:33 +0000 (20:02 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Mon, 1 Jul 2002 20:02:33 +0000 (20:02 +0000)
commitf94004e77aad2cd68e5509dd4d5e24514989b966
treeec8ac5f1a92d013474d6671af44d837df25b62fc
parentc2d15eadbd1f64a2c9b8919b7053f1bdd7da9c1d
In mac:

2002-07-01  Andrew Choi  <akochoi@shaw.ca>

        * Emacs.app/Contents/Resources/Emacs.icns: New file.

        * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
        CFBundleIconFile entries.

In src:

2002-07-01  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
        and FSRefMakePath to convert FSSpec returned with Apple Event to
        Posix pathname.
        (mac_initialize) [TARGET_API_MAC_CARBON]: Call
        init_required_apple_events and disable the `Quit' menu item
        provided automatically by the Carbon Toolbox.
mac/ChangeLog
mac/Emacs.app/Contents/Info.plist
mac/Emacs.app/Contents/Resources/Emacs.icns [new file with mode: 0644]
src/ChangeLog
src/macterm.c